aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
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