|
Revision 4664, 0.7 kB
(checked in by erijo, 2 years ago)
|
|
Don't distribute all the gettext m4-files. Instead take them from the system where make -f Makefile.cvs is run. This way we don't have to keep them updated.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # don't warn about missing AUTHORS, NEWS, ChangeLog .. files |
|---|
| 3 | AUTOMAKE_OPTIONS = foreign 1.4 |
|---|
| 4 | |
|---|
| 5 | SUBDIRS = share src include bin po |
|---|
| 6 | |
|---|
| 7 | EXTRA_DIST = admin/config.rpath admin doc upgrade README-1.2.0 README.FREEBSD README.OPENSSL \ |
|---|
| 8 | README.ICS post-install acinclude.m4.in plugins |
|---|
| 9 | |
|---|
| 10 | $(top_srcdir)/acinclude.m4: $(top_srcdir)/acinclude.m4.in $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in |
|---|
| 11 | @cd $(top_srcdir) && cat $(top_srcdir)/acinclude.m4.in $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in > acinclude.m4 |
|---|
| 12 | |
|---|
| 13 | install-data-local: |
|---|
| 14 | @cat $(srcdir)/post-install |
|---|
| 15 | |
|---|
| 16 | uninstall-local: |
|---|
| 17 | -rm -rf $(libdir)/licq |
|---|
| 18 | -rm -rf $(prefix)/share/licq |
|---|