wmbattery: bump version to 2.56 and update change-log.
[dockapps.git] / buttonmaker / src / Makefile.am
blob3bafac62685a4f87ebc7404d5826497159d6d115
1 ## Process this file with automake to produce Makefile.in
3 ## Created by Anjuta
5 AM_CPPFLAGS = \
6         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
7         -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
8         -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(BUTTONMAKER_CFLAGS)
10 AM_CFLAGS =\
11          -Wall\
12          -g
14 bin_PROGRAMS = buttonmaker
16 buttonmaker_SOURCES = \
17         main.c \
18         wmgeneral.c
20 buttonmaker_LDFLAGS =
22 buttonmaker_LDADD = \
23         $(BUTTONMAKER_LIBS) \
24         -lX11 -lXpm -lXext \
25         $(X_LIBS) \
26         $(X_EXTRA_LIBS)