X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=9255fcf22511250918d2d882af72f20985be26a4;hb=f7340ab269828d917cd1281e33e6dd4fdfee67b3;hp=7ad67fcb7d37783543511e4a035677ce47c9b8d9;hpb=23fbe14f503c1e98292efc4ba1238adb7dc38d80;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 7ad67fcb7..9255fcf22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3605,7 +3605,8 @@ test_libudev_SOURCES = \ test_libudev_LDADD = \ libsystemd-label.la \ libudev-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-internal.la test_udev_SOURCES = \ src/test/test-udev.c @@ -5954,7 +5955,7 @@ units/%: units/%.m4 $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@ -units/user/%: units/%.m4 +units/user/%: units/user/%.m4 $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@