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