File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ install: all installdirs
27
27
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/BackgroundPsql.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
28
28
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/AdjustDump.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustDump.pm'
29
29
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/AdjustUpgrade.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
30
+ $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/TdeCluster.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/TdeCluster.pm'
30
31
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Version.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
31
32
32
33
uninstall :
@@ -38,6 +39,7 @@ uninstall:
38
39
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
39
40
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustDump.pm'
40
41
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
42
+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/TdeCluster.pm'
41
43
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
42
44
43
45
endif
You can’t perform that action at this time.
0 commit comments