diff options
author | Robert Tari <robert@tari.in> | 2022-08-14 20:20:05 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-08-16 18:10:26 +0200 |
commit | f487079db3dc94c0b9c80d69430d163a6f388996 (patch) | |
tree | eff8f2c84e0582e07c92e874355b0e1efee38e04 /Makefile.am | |
parent | e03433ab4c50dd8b4e1bbaac37e5efac8b407aa8 (diff) | |
download | ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.tar.gz ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.tar.bz2 ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.zip |
Drop Automake files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 26e7118..0000000 --- a/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -SUBDIRS = src data test po - -include $(top_srcdir)/Makefile.am.coverage - -DISTCLEANFILES = \ - INSTALL \ - Makefile.in \ - aclocal.m4 \ - compile \ - configure \ - config.h.in \ - config.h \ - config.sub \ - config.guess \ - depcomp \ - install-sh \ - ltmain.sh \ - missing \ - m4/intltool.m4 \ - m4/libtool.m4 \ - m4/ltoptions.m4 \ - m4/ltsugar.m4 \ - m4/ltversion.m4 \ - m4/lt~obsolete.m4 \ - po/Makefile.in.in |