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