File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ install: all installdirs
23
23
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/SimpleTee.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
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
+ $(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Test/BackgroundPsql.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
26
27
$(INSTALL_DATA ) $(srcdir ) /PostgreSQL/Version.pm ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
27
28
28
29
uninstall :
29
30
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm'
30
31
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
31
32
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
32
33
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
34
+ rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
33
35
rm -f ' $(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
34
36
35
37
endif
You can’t perform that action at this time.
0 commit comments