diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index aca56b34a..64891345b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -113,6 +113,9 @@ gr_docdir = $(docdir)-$(DOCVER) # System configuration files gr_prefsdir = $(GR_PREFSDIR) +# Data directory for grc block wrappers +grc_blocksdir = $(pkgdatadir)/grc/blocks + # Other common defines; use "+=" to add to these STAMPS = MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT |