Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: support of pg_xxx_size if available

CVS Commit by andreas: support of pg_xxx_size if available



Log Message:
-----------
support of pg_xxx_size if available

Modified Files:
--------------
    pgadmin3/src:
        Makefile.am (r1.83 -> r1.84)

Index: Makefile.am
===================================================================
RCS file: /projects/pgadmin3/src/Makefile.am,v
retrieving revision 1.83
retrieving revision 1.84
diff -Lsrc/Makefile.am -Lsrc/Makefile.am -u -w -r1.83 -r1.84
--- src/Makefile.am
+++ src/Makefile.am
@@ -78,7 +78,7 @@
 include/frmQuery.h include/frmSplash.h \
 include/frmStatus.h include/frmMaintenance.h \
 include/frmBackup.h include/frmRestore.h \
-include/misc.h include/pgAdmin3.h include/pgAggregate.h \
+include/misc.h include\pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
 include/pgCast.h include/pgCheck.h include/pgCollection.h \
 include/pgColumn.h include/pgConn.h include/pgTablespace.h \
 include/pgConstraints.h include/pgConversion.h \


Home | Main Index | Thread Index

top