diff options
author | Julien Louis <ptitlouis@sysif.net> | 2005-10-19 08:48:59 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2005-10-19 08:48:59 +0000 |
commit | bd9cdeec5cccdae3740c3cef1c3e83f353deee5d (patch) | |
tree | dda62ab05fdc464e52dc1b1b769588918ba54233 | |
parent | a9f04c5fd97edd0caef4913581a9b4ceb5f1bb6c (diff) | |
download | weechat-bd9cdeec5cccdae3740c3cef1c3e83f353deee5d.zip |
Add debian/compat and remove debian/weechat-gtk.* to EXTRA_DIST
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | weechat/Makefile.am | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index d067a1bdd..a0688cdad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,10 +19,9 @@ SUBDIRS = po doc intl src EXTRA_DIST = config.rpath BUGS FAQ FAQ.fr \ debian/changelog debian/control \ - debian/copyright \ + debian/copyright debian/compat \ debian/rules debian/weechat-common.docs \ debian/weechat-common.install debian/weechat-curses.dirs \ - debian/weechat-curses.install debian/weechat-gtk.dirs \ - debian/weechat-gtk.install + debian/weechat-curses.install ACLOCAL_AMFLAGS = -I m4 diff --git a/weechat/Makefile.am b/weechat/Makefile.am index d067a1bdd..a0688cdad 100644 --- a/weechat/Makefile.am +++ b/weechat/Makefile.am @@ -19,10 +19,9 @@ SUBDIRS = po doc intl src EXTRA_DIST = config.rpath BUGS FAQ FAQ.fr \ debian/changelog debian/control \ - debian/copyright \ + debian/copyright debian/compat \ debian/rules debian/weechat-common.docs \ debian/weechat-common.install debian/weechat-curses.dirs \ - debian/weechat-curses.install debian/weechat-gtk.dirs \ - debian/weechat-gtk.install + debian/weechat-curses.install ACLOCAL_AMFLAGS = -I m4 |