gst-plugins-mythtv/debian/rules
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
permissions -rwxr-xr-x
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
renatofilho@532
     1
#!/usr/bin/make -f
renatofilho@532
     2
renatofilho@532
     3
include /usr/share/cdbs/1/rules/debhelper.mk
renatofilho@532
     4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
renatofilho@532
     5
include /usr/share/cdbs/1/class/gnome.mk
renatofilho@532
     6
include /usr/share/cdbs/1/rules/utils.mk
renatofilho@532
     7
renatofilho@532
     8
binary-install/gstreamer0.10-indt-mythsrc::
renatofilho@532
     9
	rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.la
renatofilho@532
    10
	rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.a
renatofilho@532
    11