summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
Diffstat (limited to 'otk')
-rw-r--r--otk/.cvsignore3
-rw-r--r--otk/Makefile.am8
2 files changed, 5 insertions, 6 deletions
diff --git a/otk/.cvsignore b/otk/.cvsignore
new file mode 100644
index 00000000..051d1bd5
--- /dev/null
+++ b/otk/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+.deps
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 835874d5..c6c600a8 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -1,9 +1,4 @@
-DEFAULT_MENU=$(pkgdatadir)/menu
-DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
-
CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \
--DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
--DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
-Dmultibyte\(\)=True
INCLUDES= -I../src
@@ -12,7 +7,8 @@ LDFLAGS=`pkg-config --libs xft`
noinst_LIBRARIES=libotk.a
-libotk_a_SOURCES= color.cc font.cc gccache.cc image.cc imagecontrol.cc texture.cc
+libotk_a_SOURCES= color.cc font.cc gccache.cc image.cc imagecontrol.cc \
+ texture.cc
MAINTAINERCLEANFILES= Makefile.in