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
24
24
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/RecursiveCopy.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
25
25
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/Cluster.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
26
26
$(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'
27
30
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Version.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
28
31
29
32
uninstall :
@@ -32,6 +35,9 @@ uninstall:
32
35
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
33
36
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
34
37
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'
35
41
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
36
42
37
43
endif
You can’t perform that action at this time.
0 commit comments