chiark / gitweb /
Be more careful when checking for empty files
[elogind.git] / Makefile.am
index 9845836a7c050b0c32b3d7b82758423938e3e581..94cd402e7137dfe2ae747f636e8bb88eb22df130 100644 (file)
@@ -3373,16 +3373,6 @@ typelibs_DATA = \
 
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 endif # HAVE_INTROSPECTION
-
-# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
-libgudev-install-hook:
-       libname=libgudev-1.0.so && $(move-to-rootlibdir)
-
-libgudev-uninstall-hook:
-       rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so*
-
-INSTALL_EXEC_HOOKS += libgudev-install-hook
-UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook
 endif
 
 EXTRA_DIST += \
@@ -3455,6 +3445,7 @@ systemd_journal_remote_SOURCES = \
        src/journal-remote/journal-remote-parse.c \
        src/journal-remote/journal-remote-write.h \
        src/journal-remote/journal-remote-write.c \
+       src/journal-remote/journal-remote.h \
        src/journal-remote/journal-remote.c
 
 systemd_journal_remote_LDADD = \
@@ -3530,6 +3521,15 @@ nodist_systemunit_DATA += \
 
 EXTRA_DIST += \
        units/systemd-journal-upload.service.in
+
+nodist_pkgsysconf_DATA += \
+       src/journal-remote/journal-upload.conf
+
+EXTRA_DIST += \
+       src/journal-remote/journal-upload.conf.in
+
+CLEANFILES += \
+       src/journal-remote/journal-upload.conf
 endif
 
 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS