aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2007-10-17 16:02:07 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2007-10-17 16:02:07 (GMT)
commit48e3a31cab2c6b515c26e69878f606a6d4d6df6f (patch)
tree976a0798689d3aa51548f422a41f35240807e354 /src/FbTk/Makefile.am
downloadfbpager-48e3a31cab2c6b515c26e69878f606a6d4d6df6f.zip
fbpager-48e3a31cab2c6b515c26e69878f606a6d4d6df6f.tar.bz2
initial commit
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
new file mode 100644
index 0000000..5d8b42c
--- /dev/null
+++ b/src/FbTk/Makefile.am
@@ -0,0 +1,14 @@
1noinst_LIBRARIES = libFbTk.a
2
3libFbTk_a_SOURCES = \
4 App.hh App.cc Color.cc Color.hh \
5 EventHandler.hh EventManager.hh EventManager.cc \
6 FbWindow.hh FbWindow.cc\
7 FbPixmap.hh FbPixmap.cc\
8 NotCopyable.hh \
9 Transparent.hh Transparent.cc \
10 Resource.hh Resource.cc \
11 FbDrawable.hh FbDrawable.cc \
12 GContext.hh GContext.cc \
13 XrmDatabaseHelper.hh StringUtil.hh StringUtil.cc
14