From bf6db4e57895430d84503e800cec9e8b407212a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 6 May 2021 17:00:00 -0400 Subject: Added a real configuration file (plus a dependency on libconfuse) --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 70217f2..5000f93 100755 --- a/configure +++ b/configure @@ -8,7 +8,7 @@ EXECUTABLE="dmtool" LIBRARY= # List of libs as given to pkg-config -LIBS= +LIBS="libconfuse" CFLAGS="-c -Wall -fPIC -std=c++20" @@ -28,7 +28,8 @@ install: \$(EXECUTABLE) parsed cp -r parsed/* \$(DESTDIR)\$(PREFIX)/share/dmtool/ install -d \$(DESTDIR)\$(PREFIX)/bin/ install -m 755 \$(EXECUTABLE) \$(DESTDIR)\$(PREFIX)/bin/ - install -m 644 src/dmtool.bash `pkg-config --variable=completionsdir bash-completion`/dmtool + install -m 644 files/dmtool.bash \$(DESTDIR)`pkg-config --variable=completionsdir bash-completion`/dmtool + install -m 644 files/dmtool.conf \$(DESTDIR)/etc/dmtool.conf " # Below here shouldn't need editing -- cgit v1.2.3