wmtime: fix type of arguments to `localtime(3)`
[dockapps.git] / buttonmaker / src / Makefile.am
blobe46f89ec343f14706945e021c25d6c2510e7d163
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) \
9         $(DOCKAPP_CFLAGS)
11 AM_CFLAGS =\
12          -Wall\
13          -g
15 bin_PROGRAMS = buttonmaker
17 buttonmaker_SOURCES = \
18         main.c
20 buttonmaker_LDFLAGS =
22 buttonmaker_LDADD = \
23         $(BUTTONMAKER_LIBS) $(DOCKAPP_LIBS) \
24         -lX11 -lXpm -lXext \
25         $(X_LIBS) \
26         $(X_EXTRA_LIBS)