diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-01 04:02:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-01 04:02:33 +0000 |
| commit | f127273aba3670fb4bca54d3521caf5bd189154e (patch) | |
| tree | 527988244c3cf9c928358f49e6cfcac4566d0dc2 | |
| parent | 1824e6b1006397ae3233dc164d3d026c54a20bb3 (diff) | |
make compile again
| -rw-r--r-- | otk/Makefile.am | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index c6c600a8..e9193eba 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -3,8 +3,6 @@ CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \ INCLUDES= -I../src -LDFLAGS=`pkg-config --libs xft` - noinst_LIBRARIES=libotk.a libotk_a_SOURCES= color.cc font.cc gccache.cc image.cc imagecontrol.cc \ diff --git a/src/Makefile.am b/src/Makefile.am index 33c4b9d7..bc533a2b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,12 @@ DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex -CXXFLAGS=@CXXFLAGS@ \ +CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" +LDFLAGS=`pkg-config --libs xft` + INCLUDES= -I../otk bin_PROGRAMS= openbox |
