Fix stupid typo in Makefile
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 8 Aug 2013 17:18:59 +0000 (19:18 +0200)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 8 Aug 2013 17:18:59 +0000 (19:18 +0200)
MODULE_DIR != MODULEDIR

Makefile

index ca387c58a404e9ef32e522e673aa0a6c4ae88741..686325bc14fdb01bd38ada16f28ee5f410692e4d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ EXTVERSION   = 1.1.1
 EXTCOMMENT   = examine and manage the os buffer cache
 
 MODULES      = $(EXTENSION)
-MODULE_DIR   = $(EXTENSION)
+MODULEDIR    = $(EXTENSION)
 DOCS         = README.rst
 
 PG_CONFIG    = pg_config