~ubuntu-branches/ubuntu/trusty/gupnp-tools/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if UNINSTALLED
shareddir = $(abs_top_builddir)/data
else
shareddir = $(datadir)/gupnp-tools
endif

AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) \
	    -DDATA_DIR='"$(shareddir)"' -I$(top_builddir)/src/common

noinst_LIBRARIES = libutil.a

libutil_a_SOURCES = icons.c \
		    icons.h \
		    pretty-print.c \
		    pretty-print.h

MAINTAINERCLEANFILES = Makefile.in