diff options
author | kraxel <kraxel> | 2006-07-04 08:40:34 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-07-04 08:40:34 +0000 |
commit | 95dea4f9392a676d9149c141cd96b62d23ae50bf (patch) | |
tree | 8fdabe3e621882aefcd5f46d0d7e825a93632d93 /GNUmakefile | |
parent | a93557e0070da8486852907cd17dc25b956beef6 (diff) | |
download | xenwatch-95dea4f9392a676d9149c141cd96b62d23ae50bf.tar.gz |
cmd line options, ...
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ab7d5f4..37dfbe5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ include mk/Variables.mk CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' # build -TARGETS := xenlog xenscreen +TARGETS := xenlog xenscreen xenscreenrc BUILD_GTK := xenwatch mdns-browser BUILD_MDNS := mdns-publish-xendom @@ -82,6 +82,9 @@ xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o \ mdns-browser: mdns-browser.o mdns.o apps.o apps-x11.o mdns-publish-xendom: mdns-publish-xendom.o +xenscreenrc: xenscreen + ./xenscreen -b > $@ + include mk/Compile.mk include mk/Maintainer.mk -include $(depfiles) |