summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-07 22:56:48 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-07 22:56:48 +0200
commit73fc46b3e202ff106002d25c8d781cbe9387963a (patch)
tree00d95d48734995604dd9ce69bc7a3b7d9ce27274 /Makefile
parent35044a3d781c21b93d341a5fb789fd2b2c0ceb34 (diff)
generate --version string from macro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fd87e7..405d288 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wextra -Wall -O0 -g `pkg-config --cflags dbus-1` -pthread -fdiagnostics-show-option
+CFLAGS=-Wextra -Wall -O0 -g `pkg-config --cflags dbus-1` -pthread -fdiagnostics-show-option -DPACKAGE_VERSION=\"0.1\"
LIBS= `pkg-config --libs dbus-1` -lrt
all: rtkit-daemon rtkit-test rtkitctl