summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 45d8fec..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AUTOMAKE_OPTIONS = 1.4 foreign
-
-# A list of all the files in the current directory which can be regenerated
-MAINTAINERCLEANFILES = Makefile.in feh.spec
-
-LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib
-INCLUDES = -I/usr/X11R6/include \
-$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I.
-
-man_MANS = feh.1 feh-cam.1 gen-cam-menu.1
-
-docs_DATA = README AUTHORS ChangeLog TODO
-docsdir = $(prefix)/doc/feh
-
-EXTRA_DIST = \
-feh.spec feh.1 $(docs_DATA)
-
-SUBDIRS = src cam
-
-test:
- (cd src && $(MAKE) test)
-
-testclean:
- (cd src && $(MAKE) testclean)