diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:02:31 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:19:40 +0200 |
commit | b95512b7eed67363d3f81997de5d5f16a6c64956 (patch) | |
tree | f62086c5b88a3dd4ac353c43963690cd4a94f90c | |
parent | 54dcb3c1404595118fb3467ac982d3c1f1436f53 (diff) |
docs: remove variables that we define in the snippet from common
This is syncing our Makefile.am with upstream gtkdoc.
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 2ae298ec..cfe47e19 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -85,9 +85,6 @@ extra_files = GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) GTKDOC_LIBS = $(GST_BASE_LIBS) -GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) -GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) - # If you need to override some of the declarations, place them in this file # and uncomment this line. #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt |