RPi Locator and Display Services
Makefile.am
Go to the documentation of this file.
1 ## Process this file with automake to generate a Makefile.in
2 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
3 
4 bin_PROGRAMS =
5 
6 if DOGSSDP
7 bin_PROGRAMS += gssdpDC
8 endif
9 
10 gssdpDC_SOURCES = gssdpDC.c
11 gssdpDC_CPPFLAGS = @GTK_CFLAGS@ @GTKDS_CFLAGS@
12 gssdpDC_LDADD = @GTK_LIBS@ @GTKDS_LIBS@
13 
14 -include $(top_srcdir)/git.mk