[phodav: 4/8] build-sys: move chevdav to >bin/



commit c4b2b7bfa2bd12232c20690c4bce4f1b908c0385
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Thu Mar 5 12:52:56 2020 +0100

    build-sys: move chevdav to >bin/
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 {libphodav => bin}/chezdav.c | 0
 bin/meson.build              | 9 +++++++++
 libphodav/meson.build        | 9 ---------
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/libphodav/chezdav.c b/bin/chezdav.c
similarity index 100%
rename from libphodav/chezdav.c
rename to bin/chezdav.c
diff --git a/bin/meson.build b/bin/meson.build
index 906db4c..4b3da2e 100644
--- a/bin/meson.build
+++ b/bin/meson.build
@@ -19,3 +19,12 @@ executable(
   link_with : [ libphodav ],
   install : true,
 )
+
+executable(
+  'chezdav',
+  [ 'chezdav.c' ] + avahi_common,
+  include_directories : incdir,
+  dependencies : avahi_deps + deps,
+  link_with : [ libphodav ],
+  install : true,
+)
diff --git a/libphodav/meson.build b/libphodav/meson.build
index c521756..dd3c79e 100644
--- a/libphodav/meson.build
+++ b/libphodav/meson.build
@@ -50,12 +50,3 @@ pkgconfig.generate(
   subdirs : 'libphodav-2.0',
   requires : 'libsoup-2.4'
 )
-
-executable(
-  'chezdav',
-  [ 'chezdav.c' ] + avahi_common,
-  include_directories : incdir,
-  dependencies : avahi_deps + deps,
-  link_with : [ libphodav ],
-  install : true,
-)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]