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 if DOGTK
5 bin_PROGRAMS = gtkDS
6 endif
7 
8 gtkDS_SOURCES = gtkDS.c
9 gtkDS_CPPFLAGS = @GTK_CFLAGS@ @GTKDS_CFLAGS@
10 gtkDS_LDADD = @GTK_LIBS@ @GTKDS_LIBS@
11 
12 -include $(top_srcdir)/git.mk