Skip to content

Commit

Permalink
Fix the Makefile for the new version 3.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
lssno authored May 31, 2024
1 parent dcd8f1f commit 9e1463e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 9e1463e

Please sign in to comment.