~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-07-19 00:21:48 UTC
  • Revision ID: robert.ancell@canonical.com-20110719002148-k89d1xpvnnrks0xm
Both libraries are now version 1 and have API and ABI guarantees

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DOC_MODULE=lightdm-gobject-0
 
1
DOC_MODULE=lightdm-gobject-1
2
2
 
3
3
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
4
4
 
13
13
 
14
14
GTKDOC_LIBS = \
15
15
        $(LIBLIGHTDM_GOBJECT_LIBS) \
16
 
        $(top_builddir)/liblightdm-gobject/liblightdm-gobject-0.la
 
16
        $(top_builddir)/liblightdm-gobject/liblightdm-gobject-1.la
17
17
 
18
18
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=LightDM
19
19