gmyth-stream/gmemcoder/src/Makefile.am
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
child 588 3219eb5401c0
permissions -rw-r--r--
[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
     1 bin_PROGRAMS = \
     2 	gmencoder
     3 
     4 gmencoder_SOURCES = \
     5 	main.c \
     6 	gmemcoder.c \
     7 	gmemcoder.h 
     8 	
     9 gmencoder_LDADD = \
    10 	$(GLIB_LIBS) \
    11 	$(GST_LIBS)
    12 
    13 AM_CPPFLAGS = \
    14 	$(GLIB_CFLAGS) \
    15 	$(GST_CFLAGS)
    16 
    17 CLEANFILES =