File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ install: all installdirs
2424 $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/RecursiveCopy.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
2525 $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/Cluster.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
2626 $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/BackgroundPsql.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
27+ $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/Kerberos.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Kerberos.pm'
28+ $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/AdjustUpgrade.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
2729 $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Version.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
2830
2931uninstall :
@@ -32,6 +34,8 @@ uninstall:
3234 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
3335 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
3436 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
37+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Kerberos.pm'
38+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
3539 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
3640
3741endif
You can’t perform that action at this time.
0 commit comments