1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

r666: readd 'make etags' and 'make ctags'

metze
(This used to be commit fcab9867f90f86c329d82925549c2f9733131ab5)
This commit is contained in:
Stefan Metzmacher 2004-05-13 10:26:22 +00:00 committed by Gerald (Jerry) Carter
parent f236700ef6
commit 5ad0ccbd59

View File

@ -747,6 +747,12 @@ scripting/swig/python/_tdb.so: scripting/swig/python/tdb.py scripting/swig/pytho
\$(SHLD) \$(LDSHFLAGS) -o scripting/swig/python/_tdb.so scripting/swig/python/tdb_wrap.po \\
\$(PYTHON_TDB_PICOBJ)
etags:
etags `find \$(srcdir) -name \"*.[ch]\"`
ctags:
ctags `find \$(srcdir) -name \"*.[ch]\"`
";
return $output;