2 AUTOMAKE_OPTIONS = no-dependencies
4 lib_LTLIBRARIES = libdockapp.la
6 libdockapp_la_LDFLAGS = -version-info 3:0:0
8 otherincludedir = $(includedir)/libdockapp
9 otherinclude_HEADERS = dockapp.h \
14 libdockapp_la_SOURCES = \
29 # Include these in a distribution, but don't install
30 noinst_HEADERS = daargs.h dautil.h
32 AM_CFLAGS = $(X11_CFLAGS) $(Xext_CFLAGS) $(xpm_CFLAGS)
33 AM_CPPFLAGS = @CPPFLAGS@ @DFLAGS@
34 LIBS += $(X11_LIBS) $(Xext_LIBS) $(xpm_LIBS)
36 LIBLIST = libdockapp.la @XLIBS@