diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-01 03:45:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-01 03:45:34 +0000 |
| commit | 1824e6b1006397ae3233dc164d3d026c54a20bb3 (patch) | |
| tree | d53bfe7120855f71177976d600d33275722d89bf /otk | |
| parent | bca71305271412280e963bf6eb09c31ce83fc765 (diff) | |
add a cvsignore for otk.
make sexier automake shit
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/.cvsignore | 3 | ||||
| -rw-r--r-- | otk/Makefile.am | 8 |
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 |
