diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-05 05:48:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-05 05:48:01 +0000 |
| commit | a612136ba51c87014e4fba0167aad77bbfdaa753 (patch) | |
| tree | 379e76b7458164da4eedb1c1766d44bad8657c87 /otk/Makefile.am | |
| parent | 3b5d2d1bdecaa1962ca80299410d778590e18731 (diff) | |
various fixes to the otk widgets
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index e1fb64de..992d7344 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -27,7 +27,8 @@ includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh \ point.hh property.hh pseudorendercontrol.hh rect.hh \ rendercolor.hh rendercontrol.hh renderstyle.hh \ rendertexture.hh screeninfo.hh strut.hh surface.hh \ - timer.hh truerendercontrol.hh ustring.hh util.hh widget.hh + timer.hh truerendercontrol.hh ustring.hh util.hh widget.hh \ + ../config.h libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS) @LIBS@ MAINTAINERCLEANFILES= Makefile.in |
