replace obsoleted "find -perm +NNN" syntax
[platform/upstream/rpm.git] / preinstall.am
index b29854f..d21d043 100644 (file)
@@ -30,6 +30,10 @@ include/rpm/rpmstring.h: rpmio/rpmstring.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmstring.h include/rpm/rpmstring.h
 BUILT_SOURCES += include/rpm/rpmstring.h
 CLEANFILES += include/rpm/rpmstring.h
+include/rpm/rpmstrpool.h: rpmio/rpmstrpool.h include/rpm/$(dirstamp)
+       $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmstrpool.h include/rpm/rpmstrpool.h
+BUILT_SOURCES += include/rpm/rpmstrpool.h
+CLEANFILES += include/rpm/rpmstrpool.h
 include/rpm/rpmsw.h: rpmio/rpmsw.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmsw.h include/rpm/rpmsw.h
 BUILT_SOURCES += include/rpm/rpmsw.h
@@ -46,6 +50,10 @@ include/rpm/rpmkeyring.h: rpmio/rpmkeyring.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmkeyring.h include/rpm/rpmkeyring.h
 BUILT_SOURCES += include/rpm/rpmkeyring.h
 CLEANFILES += include/rpm/rpmkeyring.h
+include/rpm/rpmbase64.h: rpmio/rpmbase64.h include/rpm/$(dirstamp)
+       $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmbase64.h include/rpm/rpmbase64.h
+BUILT_SOURCES += include/rpm/rpmbase64.h
+CLEANFILES += include/rpm/rpmbase64.h
 include/rpm/header.h: lib/header.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/lib/header.h include/rpm/header.h
 BUILT_SOURCES += include/rpm/header.h
@@ -114,10 +122,6 @@ include/rpm/rpmvf.h: lib/rpmvf.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/lib/rpmvf.h include/rpm/rpmvf.h
 BUILT_SOURCES += include/rpm/rpmvf.h
 CLEANFILES += include/rpm/rpmvf.h
-include/rpm/rpmplugins.h: lib/rpmplugins.h include/rpm/$(dirstamp)
-       $(INSTALL_DATA) $(top_srcdir)/lib/rpmplugins.h include/rpm/rpmplugins.h
-BUILT_SOURCES += include/rpm/rpmplugins.h
-CLEANFILES += include/rpm/rpmplugins.h
 include/rpm/rpmsign.h: sign/rpmsign.h include/rpm/$(dirstamp)
        $(INSTALL_DATA) $(top_srcdir)/sign/rpmsign.h include/rpm/rpmsign.h
 BUILT_SOURCES += include/rpm/rpmsign.h