X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=107f7355ce077e20e4bf19b02e5a351c78390daf;hb=7f561a6a7acee71d55eecc9ed2bd278147ce2536;hp=9288490a145cf6a8b866ac240a8364ad9513ea1a;hpb=6a88803b8c42f44a6f09facc20fcb6fe7901a2f3;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 9288490a..107f7355 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,9 +16,9 @@ bin_PROGRAMS= openbox3 openbox3_LDADD=-L../otk -lotk @LIBINTL@ openbox3_LDFLAGS=-export-dynamic openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ - main.cc python.cc bindings.cc + main.cc python.cc bindings.cc config.cc noinst_HEADERS= actions.hh bindings.hh client.hh frame.hh openbox.hh \ - python.hh screen.hh + python.hh screen.hh config.hh MAINTAINERCLEANFILES= Makefile.in