diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-01 15:09:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-01 15:09:33 +0000 |
| commit | dd3ca168af11108b884e8421ac017a30af3b0be5 (patch) | |
| tree | cfab2d636b28c9ce4f0a7da71e499e079470e098 | |
| parent | 3a26c8aa8ec1441d28f9f771d4ce4a318ec05147 (diff) | |
make obconf_interface.h belong to the obconf sources
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index f3cd2061..5e33747d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -352,7 +352,8 @@ tools_obconf_obconf_LDADD = \ parser/libobparser.la tools_obconf_obconf_SOURCES = \ gettext.h \ - tools/obconf/main.c + tools/obconf/main.c \ + plugins/obconf_interface.h ## kdetrayproxy ## @@ -434,8 +435,7 @@ EXTRA_DIST = \ mkinstalldirs \ README \ COPYING \ - AUTHORS \ - plugins/obconf_interface.h + AUTHORS #doc: # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc |
