diff options
author | Michele Calgaro <[email protected]> | 2022-11-11 11:34:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-11-11 11:34:08 +0900 |
commit | 90f63a97bb8775f2cc64cb2d6d1c19e65647a138 (patch) | |
tree | 898891ab9ba25436c38b8951dd910e272f0824f5 /Makefile.am | |
parent | 308c9e2d856eec7405550df3b91b690877658ea3 (diff) | |
download | kplayer-90f63a97bb8775f2cc64cb2d6d1c19e65647a138.tar.gz kplayer-90f63a97bb8775f2cc64cb2d6d1c19e65647a138.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 64fe61d..0000000 --- a/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -SUBDIRS = $(TOPSUBDIRS) - -AUTOMAKE_OPTIONS = dist-bzip2 foreign - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -appdatadir = $(kde_datadir)/kplayer -appdata_DATA = COPYING - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge |