wmbiff: EXAMINE before STATUS
[dockapps.git] / libdockapp / src / Makefile.am
blobde18b8e662e4a43c31154dba133bdc03de15ea50
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 \
10                   wmgeneral.h \
11                   list.h \
12                   misc.h
14 libdockapp_la_SOURCES = \
15         dockapp.h \
16         daargs.c\
17         dacallback.c \
18         dacolor.c \
19         daevent.c \
20         damain.c \
21         dapixmap.c \
22         darect.c \
23         dashaped.c \
24         dautil.c \
25         list.c \
26         misc.c \
27         wmgeneral.c
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@