diff --git a/Makefile b/Makefile index 3725801..48ea55d 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ PG_LDFLAGS= -framework IOKit -framework CoreFoundation endif EXTENSION = system_stats -DATA = system_stats--1.0--2.0.sql system_stats--1.0.sql system_stats--2.0.sql uninstall_system_stats.sql +DATA = system_stats--1.0--2.0.sql system_stats--1.0.sql system_stats--2.0.sql system_stats--2.0--3.0.sql system_stats--3.0.sql uninstall_system_stats.sql PGFILEDESC = "system_stats - system statistics functions"