[Groonga-commit] pgroonga/pgroonga at ffb3af7 [master] Create src/ directory

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 23 21:59:08 JST 2016


Kouhei Sutou	2016-01-23 21:59:08 +0900 (Sat, 23 Jan 2016)

  New Revision: ffb3af7f0df78ead2f0edfa11be6bbbe370027ed
  https://github.com/pgroonga/pgroonga/commit/ffb3af7f0df78ead2f0edfa11be6bbbe370027ed

  Message:
    Create src/ directory

  Modified files:
    Makefile
  Renamed files:
    src/pgroonga.c
      (from pgroonga.c)
    src/pgroonga.h
      (from pgroonga.h)

  Modified: Makefile (+1 -1)
===================================================================
--- Makefile    2016-01-23 21:56:18 +0900 (f1ad55e)
+++ Makefile    2016-01-23 21:59:08 +0900 (7dcf9d8)
@@ -3,7 +3,7 @@ GROONGA_PKG = "groonga >= $(REQUIRED_GROONGA_VERSION)"
 
 MODULE_big = pgroonga
 SRCS =						\
-	pgroonga.c				\
+	src/pgroonga.c				\
 	vendor/xxHash/xxhash.c
 OBJS = $(SRCS:.c=.o)
 EXTENSION = pgroonga

  Renamed: src/pgroonga.c (+0 -0) 100%
===================================================================

  Renamed: src/pgroonga.h (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index