diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-02 00:36:54 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-02 00:36:54 +0000 |
commit | 3e4f94793465e1cbaf8bb229c0b93568228e225d (patch) | |
tree | 6852f6130fe601b93aa92be0ca517a682d235be2 /src/Makefile.am | |
parent | 397def0d3c522e649d1ed8b93a1e92dcc515fd9b (diff) | |
download | irssi-3e4f94793465e1cbaf8bb229c0b93568228e225d.zip |
removed common-setup.h, put all settings in it to files where they belong to.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@272 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fbd0dc31..80d33cd4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,6 @@ endif noinst_HEADERS = \ nls.h \ - common.h \ - common-setup.h + common.h SUBDIRS = lib-popt lib-config core irc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI) |