File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ 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'
29+ $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/TdeCluster.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/TdeCluster.pm'
2730 $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Version.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
2831
2932uninstall :
@@ -32,6 +35,9 @@ uninstall:
3235 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
3336 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
3437 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
38+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Kerberos.pm'
39+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
40+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/TdeCluster.pm'
3541 rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
3642
3743endif
You can’t perform that action at this time.
0 commit comments