summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-17 19:15:42 +0100
committerQball Cow <qball@gmpclient.org>2014-03-17 19:16:09 +0100
commitfd94b3b0025f13492c899490816694e26dc968c0 (patch)
tree3588db989fc6f69df878e6bbc4951058cf5dc40a /Makefile.am
parent07f8073d4e4ad5c2bec16da573e464aa35d14340 (diff)
Small fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index ad311f4f..dc33a97d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ AM_CFLAGS=\
@x11_CFLAGS@\
@xdgbasedir_CFLAGS@\
@xinerama_CFLAGS@\
- -DMANPAGE_PATH="\"$(datadir)/man/man1/rofi.1\""\
+ -DMANPAGE_PATH="\"$(mandir)/man1/rofi.1\""\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/
@@ -24,9 +24,7 @@ rofi_SOURCES=\
source/run-dialog.c\
source/ssh-dialog.c\
source/profile-dialog.c\
- config/config.c
-
-rofi_FILES=\
+ config/config.c\
include/rofi.h\
include/run-dialog.h\
include/ssh-dialog.h\
@@ -46,5 +44,4 @@ man1_MANS=\
# Extra DIST
##
EXTRA_DIST=\
- $(rofi_FILES)\
$(man1_MANS)