shipping with new default file now so we don't look ugly out of the box
[bbkeys.git] / src / Makefile.am
blob3aa9214162372e0c73e58235c4510a081e90fcb9
1 DEFAULT_RC=$(pkgdatadir)/bbkeysrc
2 DEFAULT_STYLE=$(pkgdatadir)/defaultStyle
4 AM_CPPFLAGS =   @CPPFLAGS@ \
5         -DDEFAULTRC=\"$(DEFAULT_RC)\" \
6         -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\"
8 bin_PROGRAMS = bbkeys
9 bbkeys_SOURCES = actions.cc \
10         actions.hh \
11         Config.cpp \
12         Config.h \
13         ConfigOptions.h \
14         FileTokenizer.cpp \
15         FileTokenizer.h \
16         KeyClient.cpp \
17         KeyClient.h \
18         KeyGrabber.cpp \
19         KeyGrabber.h \
20         keytree.cc \
21         keytree.hh \
22         LocalUtil.h \
23         main.cpp \
24         main.h \
25         Netclient.cpp \
26         Netclient.h \
27         ScreenHandler.cpp \
28         ScreenHandler.h \
29         window.cc \
30         window.hh \
31         WindowlistMenu.cpp \
32         WindowlistMenu.h 
36 bbkeys_LDADD = @X_LIBS@
38 #EXTRA_DIST = bbkeysconf.pl.in
40 #bin_SCRIPTS = bbkeysconf.pl