author | renatofilho |
Mon Feb 25 14:12:27 2008 +0000 (2008-02-25) | |
branch | trunk |
changeset 922 | 04cd5e61dca3 |
parent 909 | 847da7267234 |
permissions | -rw-r--r-- |
renatofilho@909 | 1 |
LDADD = \ |
renatofilho@909 | 2 |
$(GLIB_LIBS) \ |
renatofilho@909 | 3 |
$(LIBUPNP_LIBS) \ |
renatofilho@909 | 4 |
$(top_srcdir)/src/.libs/libgmythupnp.la |
renatofilho@909 | 5 |
|
renatofilho@909 | 6 |
INCLUDES = \ |
renatofilho@909 | 7 |
-I$(top_srcdir)/src \ |
renatofilho@909 | 8 |
$(GLIB_CFLAGS) \ |
renatofilho@909 | 9 |
$(GOBJECT_CFLAGS) \ |
renatofilho@909 | 10 |
$(LIBUPNP_CFLAGS) |
renatofilho@909 | 11 |
|
renatofilho@922 | 12 |
noinst_PROGRAMS = \ |
renatofilho@922 | 13 |
gmyth-upnp-test |
renatofilho@909 | 14 |
|
renatofilho@922 | 15 |
gmyth_upnp_test_SOURCES = \ |
renatofilho@909 | 16 |
main.c |
renatofilho@909 | 17 |
|
renatofilho@909 | 18 |
CLEANFILES = $(BUILT_SOURCES) |