summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-01-11 13:25:19 +0100
committerQC <qball@gmpclient.org>2015-01-11 13:25:19 +0100
commit74ac48a2d65f54c949b8f9ba7b04c583d2564ff2 (patch)
tree27fe0a2fe39b165864c72dbbe2f433964f9fa786 /Makefile.am
parentedfac54433e8a0872e466de613322fb38eda42fc (diff)
Fix makedistcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c1286503..7a0c86e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ rofi_SOURCES=\
source/ssh-dialog.c\
source/script-dialog.c\
source/history.c\
- ${top_builddir}/config/config.c\
+ config/config.c\
source/helper.c\
include/rofi.h\
include/run-dialog.h\
@@ -68,7 +68,7 @@ README.html: README.md
##
# config directory
##
-${top_builddir}/config/config.c: | ${top_srcdir}/config/config.def.c
+${top_builddir}/config/config.c: ${top_srcdir}/config/config.def.c
install ${top_srcdir}/config/config.def.c $@
##
@@ -81,6 +81,7 @@ EXTRA_DIST=\
Examples/i3_switch_workspaces.sh\
Examples/brightness_rofi.sh\
Examples/domo_rofi_script.sh\
+ ${top_srcdir}/config/config.def.c\
INSTALL.md
##