Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't segfault if dbus is not running.
[dhcpcd-ui]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 4f78cdfb2a57ea0daac775c67e6135b0b49324d6..70f12beeee546f172b22452e2db5a5876dcce7f8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,8
@@
-SUBDIR= src icons
+PROG= dhcpcd-ui
+VERSION= 0.4.0
+
+SUBDIR= src icons
MK= mk
include ${MK}/subdir.mk
+include ${MK}/dist.mk